﻿a {
    text-decoration: none;
    color: #3e3d3d;
    font-size: 12px;
}

/*轮播图*/
.ban-box {
    position: relative;
    max-height: 446px;
    overflow: hidden;
    /*轮播图+右侧登录栏*/
}
.ban-box .shurff_box .shurff_topbox .shurff_left {
    float: left;
    margin-left: 215px;
    width: 770px;
    margin-top: 5px;
}
.ban-box .shurff_box .shurff_topbox .shurff_left .shurff {
    cursor: pointer;
}
.ban-box .shurff_box .shurff_topbox .shurff_left .shurff .swiper-container {
    height: 100%;
}
.ban-box .shurff_box .shurff_topbox .shurff_left .shurff .swiper-container img {
    width: 100%;
    height: 100%;
    display: block;
}
.ban-box .shurff_box .shurff_topbox .shurff_left .shurff .swiper-container .swiper-pagination {
    width: 100%;
    bottom: 10px;
}
.ban-box .shurff_box .shurff_topbox .shurff_left .shurff .swiper-container .swiper-pagination-bullet-active {
    background-color: #fff;
}
/*.ban-box .shurff_box .shurff_topbox .shurff_left .shurff .swiper-container .swiper-button-next,*/
/*.ban-box .shurff_box .shurff_topbox .shurff_left .shurff .swiper-container .swiper-button-prev {*/
/*width: 68px;*/
/*height: 68px;*/
/*-webkit-background-size: 68px 68px;*/
/*background-size: 68px 68px;*/
/*}*/
.ban-box .shurff_box .shurff_topbox .shurff_left .shurff_bottombox {
    overflow: hidden;
    z-index: 99;
    margin-top: 5px;
}
.ban-box .shurff_box .shurff_topbox .shurff_left .shurff_bottombox .swiper-container {
    margin: 0px auto;
}
.ban-box .shurff_box .shurff_topbox .shurff_left .shurff_bottombox .swiper-container a {
    display: block;
}
.ban-box .shurff_box .shurff_topbox .shurff_left .shurff_bottombox .swiper-container a img {
    display: block;
    width: 100%;
    border: 1px solid #eeeeee;
}
.ban-box .shurff_box .shurff_topbox .shurff_right {
    float: right;
    width: 200px;
    /*min-height: 446px;*/
    /*height: 100%;*/
    background-color: #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    margin-top: 5px;

}
.ban-box .shurff_box .shurff_topbox .shurff_right .sr_top {
    width: 100%;
}
.ban-box .shurff_box .shurff_topbox .shurff_right .sr_top .sr-yh{
    margin: 5px 0px;
}
/*.ban-box .shurff_box .shurff_topbox .shurff_right .sr_top .sr-yh img {*/
/*    display: block;*/
/*    margin: 0 auto;*/
/*}*/
.ban-box .shurff_box .shurff_topbox .shurff_right .sr_top .sr-yh p {
    text-align: center;
    font-size: 14px;
    height:40px;
    line-height: 40px;
    margin-top: 10px;
    color: #666666;
}
.ban-box .shurff_box .shurff_topbox .shurff_right .sr_top .srt-but{
    justify-content: space-between;
    display: flex;
}
.ban-box .shurff_box .shurff_topbox .shurff_right .sr_top .srt-but a {
    display: inline-block;
    color: white;
    width: 39%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
    background-color: #c6c6c6;
    margin: 15px 5%;
    margin: 15px 5%;
}
.ban-box .shurff_box .shurff_topbox .shurff_right .sr_top .srt-but a:hover {
    font-weight: bold;
}
.sr-one{
    margin: 0px 5%;
    width: 90%;
    height: 35px;
    line-height: 35px;
    background-color: #258257;
}
.sr-one a{
    display: block;
    text-align: center;
    color: white;
}
.sr-tit{
    border-top: 1px dashed #cccccc;
    height: 54px;
    line-height: 54px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sr-tit p{
    font-size: 16px;
}
.sr-tit a{
    font-size: 13px;
}
.ban-box .aside-box {
    position: absolute;
    left: 50%;
    margin-left: -595px;
    top: 0px;
    height: 100%;
    box-sizing: border-box;
}
.ban-box .aside-box .aside-left {
    width: 205px;
    background-color: #e3e3e3;
    float: left;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
}
.ban-box .aside-box .aside-left .al {
    overflow: hidden;
    margin: 0 auto;
}
.ban-box .aside-box .aside-left .al .al-one {
    height: 44px;
    line-height: 43px;
    cursor: pointer;
    transition: all .2s ease;
}
.ban-box .aside-box .aside-left .al .al-one a {
    text-align: center;
    font-size: 16px;
    display: inline-block;
    text-decoration: none;;
    transform: translate3d(0, 0, 0);
    transition: all .3s linear;
    width: 99%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.ban-box .aside-box .aside-left .al-one-active .al-one a {
    transform: translate3d(5px, 0, 0);
    font-weight: bold;
    background-color: #fff;
}
/*.ban-box .aside-box .aside-left .al-one-active .al-one a img {*/
/*margin-right: 22px;*/
/*}*/
.ban-box .aside-box .aside-left .al:last-child {
    border: none;
}
.ban-box .aside-box .aside-left:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    /*opacity: .6;*/
    z-index: -1;
    left: 0;
    top: 0;
}
.ban-box .aside-box .aside-right {
    float: left;
    height: 100%;
}
.ban-box .aside-box .aside-right .demo {
    width: 794px;
    position: relative;
    background-color: #ffffff;
    border-top: 0;
    z-index: 999;
    height: 100%;
    border-left: 0;
    overflow: hidden;
    opacity: .93;
    box-shadow: 0px 1px 10px #f1f1f1;
}
.ban-box .aside-box .aside-right .demo .item {
    margin-left: 10px;
    margin-top: 10px;
    width: 75%;
}
.ban-box .aside-box .aside-right .demo .item span {
    display: block;
}
.ban-box .aside-box .aside-right .demo .item span img {
    width: 12px;
    display: inline-block;
    vertical-align: middle;
}
.ban-box .aside-box .aside-right .demo .item span a {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #000;
    line-height: 28px;
    font-weight: bold;
}
.ban-box .aside-box .aside-right .demo .item div {
    border-bottom: 1px dashed #d5d5d5;
    padding-bottom: 5px;
}
.ban-box .aside-box .aside-right .demo .item div a {
    padding: 0px 14px;
    display: inline-block;
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 12px;
    border-right: 1px solid #d5d5d5;
    color: #000;
}
.ban-box .aside-box .aside-right .demo .item div a:last-child {
    border-right: 0;
}
.ban-box .aside-box .aside-right .demo .item div a:hover {
    color: #19a356;
    font-weight: bold;
}
.ban-box .aside-box .aside-right .demo .navadv {
    position: absolute;
    right: 10px;
    top: 0px;
}
.ban-box .aside-box .aside-right .demo .navadv li {
    width: 150px;
    margin-top: 20px;
    margin-bottom: 20px;
    height: 120px;
}
.ban-box .aside-box .aside-right .demo .navadv li a {
    display: block;
}
.ban-box .aside-box .aside-right .demo .navadv li a img {
    display: block;
    width: 100%;
    height: 120px;
    transition: all .2s linear;
    transform: translate3d(0, 0px, 0);
}
.ban-box .aside-box .aside-right .demo .navadv li:hover a img {
    transform: translate3d(0, -4px, 0);
}
.ban-box .aside-box .aside-right .demoback {
    display: none;
}
.sr-img a{
    display: block;
    width: 100%;
}
.sr-img a img{
    display: block;
    width: 100%;
    height: 135px;
}
.sr-img a p{
    color: #007aff;
    height: 35px;
    line-height: 35px;
    font-size: 13px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sr-img a span{
    margin-top: 5px;
    display: block;
    font-size: 13px;
    height: 46px;
    line-height: 23px;
    overflow: hidden;
}
.adv-three{
    display: flex;
    flex-wrap:wrap;
    margin-bottom: 20px;
}
.adv-three a{
    display: block;
    width: 32.4%;
    height: 110px;
    margin-top: 20px;
    margin-left: 1.33333%;
}

.adv-three a:nth-child(3n+1){
    margin-left: 0px;
}
.adv-three a img{
    display: block;
    width: 100%;
    height: 100%;
}
.auto-tit{
    height: 45px;
    line-height: 45px;
    background-image: url(../images/tit.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.auto-tit div {
    width: 70%;
}
.auto-tit p{
    display: inline-block;
    margin-left: 7%;
    font-size:18px;
    color: #ffffff;
}
.auto-tit span{
    display: inline-block;
    margin-left: 1%;
    font-size: 17px;
    color: #ffffff;
}
.auto-tit a{
    font-size: 16px;
    text-align: right;
display: block;
    width: 20%;
    padding-right: 2%;
    color: white;
}
.sup-box{
    justify-content: space-between;
    display: flex;
}
.sup-left{
    width: 28%;
}
.tll-t a {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
}
.tll-t a img {
    display: block;
    width: 100%;
    height:360px;
}
.swiper-pagination span{
    background-color: #fff!important;
}
.swiper-pagination-bullet-active{
    background-color: #ffffff!important;
}
.sup-center{
    width: 50%;
}
.sup-xx li a{
    position: relative;
    padding-left: 5%;
    font-size: 15px;
    display: block;
    height: 41px;
    line-height: 41px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.sup-xx li a:before{
    content: "";
    background-color: #acacac;
    border-radius: 10px;
    width: 5px;
    height: 5px;
    position: absolute;
    top: 18px;
    left: 3px;
}
.sup-right{
    width: 20%;
}
.sup-right a{
    display: block;
    width: 100%;
    height: 360px;
    position: relative;
}
.sup-right a img{
    display: block;
    width: 100%;
    height: 100%;
}
.sup-right a p{
    display: block;
    background-color: rgba(109, 109, 109, 0.5);
    position: absolute;
    width: 96%;
    left: 0;
    bottom: 0;
    color: #fff;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    font-size: 16px;
    padding: 3px 2%;
}
.buy-box{
    justify-content: space-between;
    display: flex;
}
.buy-left{
    width: 45%;
    justify-content: space-between;
    display: flex;
}
.buy-left a{
    width: 49%;
    display: block;
    height: 400px;
    position: relative;
}
.buy-left a img{
    display: block;
    width: 100%;
    height: 100%;
}
.buy-left a p{
    display: block;
    background-color: rgba(187, 142, 111, 0.5);
    position: absolute;
    width: 96%;
    left: 0;
    bottom: 0;
    color: #fff;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    font-size: 16px;
    padding: 3px 2%;
}
.col{
    background-color: rgba(119, 219, 208, 0.5)!important;
}
.buy-right{
    width: 54%;
}
.ind{
    justify-content: space-between;
    display: flex;
}
.ind-left{
    width: 49%;
}
.ind-one a{
    display: block;
    width: 100%;
    height: 340px;
}
.ind-one a img{
    display: block;
    width: 100%;
    height: 100%;
}
.ind-img{
    justify-content: space-between;
    display: flex;
    margin-top: 10px;
}
.ind-img a{
    display: block;
    width: 49%;
}
.ind-img a img{
    display: block;
    width: 100%;
    height: 160px;
}
.ind-img a p{
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-weight: unset;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.ind-img a span{
    color: #007aff;
    font-size: 13px;
    height: 20px;
    line-height: 20px;
}
.ind-right{
    width: 49%;
}
.ind-right a{
    display: block;
    padding: 10px 0px;
    border-bottom: 1px dashed #ccc;
}
.ind-right a:last-child{
    border: none;
}
.ind-right a p{
    display: block;
    font-size: 15px;
    height: 38px;
    line-height: 38px;
    width: 92%;
    padding-left: 5%;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.ind-right a p:before{
    content: "";
    background-image: url(../images/lx.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 17px;
    height: 18px;
    position: absolute;
    left: 2px;
    top: 12px;
}
.ind-right a span{
    font-size: 14px;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
}
.exh{
    justify-content: space-between;
    display: flex;
}
.exh-left{
    width: 48%;
}
.exh-left a{
    display: flex;
    justify-content: space-between;
    border: 1px solid #cccccc;
}
.exh-left a img{
    display: block;
    width: 39%;
    height:170px;
}
.exh-left a div{
    width: 59%;
    margin-top: 29px;
}
.exh-left a div p{
    height: 30px;
line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}
.exh-left a div span{
    color: #007aff;
}
.exh-left a:last-child{
    margin-top: 20px;
}
.exh-right{
    width: 48%;
}
.lxhd {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.lxhd i {
    width: 1px;
    height: 87%;
    position: absolute;
    top: 24px;
    left: 5.5px;
    background: #cccccc;
    z-index: 6;
}
.lxhd ul {
    width: 100%;
    overflow: hidden;
    padding-top: 5px;
}
.lxhd ul li {
    width: 100%;
    overflow: hidden;
    float: left;
    line-height: 30px;
    position: relative;
    padding: 5px 0px;

}
.lxhd ul li a {
    display: block;
    overflow: hidden;
}
.lxhd ul li b {
    width: 10px;
    height: 10px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    border-radius: 10px;
    position: absolute;
    z-index: 9;
    top: 12px;
}
.lxhd ul li .sc {
    width: 90%;
    float: left;
    margin-left: 5%;
    color: #666;
    padding-right: 5%;
    font-size: 16px;
}
.lxhd ul li .sc p{
    color: #258257;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    font-weight: unset;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.lxhd ul li .sc span{
    display: block;
    height: 42px;
    line-height: 21px;
    font-size: 13px;
}
.lxhd ul li .sc em{
    font-style:normal;height: 20px;
    line-height: 20px;
    font-size: 13px;
}
.sup-img{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sup-img a{
    display: block;
    width: 19%;
    margin-top: 20px;
}
.sup-img a img{
    display: block;
    border:1px solid #cccccc;
    width: 100%;
    height: 200px;
}
.link a{
    padding: 0px 1%;
    display: inline-block;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
}
